home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Games Collection 1 / software vault.zip / software vault / CDR06 / UU162B.ZIP / IMPORT.BAT < prev    next >
DOS Batch File  |  1993-06-23  |  311b  |  12 lines

  1. goto exit
  2. REM ^^^^ remove this line once you have set the reset of this bat file
  3.  
  4. REM vvvv CHANGE BELOW PATH AND PROTOCOL TO SUIT YOUR NEEDS!!!!!
  5. d:\BBS\ZMODEM\GSZ.EXE ha cts restrict rz -p -m
  6. REM ^^^^ Receive the File
  7.  
  8. if errorlevel == 1 DEL %1
  9. REM ^^^^ if file is not found error is assumed
  10.  
  11. :exit
  12.